}
mACache = ACache.get(getApplicationContext());
mCity = mACache.getAsString(Extras.CITY);
SystemUtils.voiceAnimation(fabSpeech, false);
}
mACache = ACache.get(getApplicationContext());
mCity = (CityEntity) mACache.getAsObject(Extras.CITY);
SystemUtils.voiceAnimation(fabSpeech, false);